home *** CD-ROM | disk | FTP | other *** search
/ T&A 2 the Maxx 3 / T and A 2 The Maxx Number 3.iso / viewers / unixview / xgl17dta.z / xgl17dta / Imakefile < prev    next >
Makefile  |  1991-07-24  |  409b  |  16 lines

  1. # Imakefile for xgrasp
  2. # @(#)Imakefile    1.1 91/03/04
  3.  
  4. LOCAL_LIBRARIES = $(XLIB)
  5. SYS_LIBRARIES = -lm
  6. SRCS1 = xgrasp.c parser.c exec.c readfiles.c gif.c fades.c usleep.c strdup.c
  7. OBJS1 = xgrasp.o parser.o exec.o readfiles.o gif.o fades.o usleep.o strdup.c
  8.  
  9. SRCS2 = glib.c
  10. OBJS2 = glib.o
  11.  
  12. PROGRAMS = xgrasp glib
  13.  
  14. ComplexProgramTarget_1(xgrasp,$(LOCAL_LIBRARIES),)
  15. ComplexProgramTarget_2(glib,$(LOCAL_LIBRARIES),)
  16.